Html Css Color HEX #6FBEDB Malibu

📋 copy color: '#6FBEDB'

red 111 ◦ green 190 ◦ blue 219

#6FBEDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #6FBEDB

Tints of Malibu #6FBEDB

RGB

 RED value IS 111 (43.75% from 255) = 21.35%

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 21.35%
G = 36.54%
B = 42.12%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6FBEDB (or 0x6FBEDB) is known color: Malibu. HEX triplet: 6F, BE and DB. RGB value is (111,190,219). Sum of RGB (Red+Green+Blue) = 111+190+219=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEDB is #904124. Grayscale: #A9A9A9. Windows color (decimal): -9453861 or 14401135. OLE color: 14401135.

HSL color Cylindrical-coordinate representation of color #6FBEDB: hue angle of 196.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBEDB is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 190 219 -
CMYK 0.49 0.13 0 0.14
HSL 196.11º 0.6% 0.65% -
HSV(B) 196.11º 0.49% 0.86% -
XYZ 37.76 45.32 73.78 -
YUV 169.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 111 190 219 0.49 0.13 0 0.14 196.11 0.6 0.65
Hex 6F BE DB 31 D 0 E C4 3C 41
Octal 157 276 333 61 15 0 16 304 74 101
Binary 1101111 10111110 11011011 110001 1101 0 1110 11000100 111100 1000001

Color Harmonies of #6FBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEDB

Black with #6FBEDB

Text Example


Text Example

White with #6FBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FBEDB; }

 p { color: rgb(111,190,219); }

 H1.HeaderClassName
 {
   color: #6FBEDB;
 }
 .AnyTagClassName
 {
   color: #6FBEDB;
 }
</style>

background-color css

<style>
 a { background-color: #6FBEDB; }

 a { background-color: rgb(111,190,219); }

 div.DivClassName
 {
   background-color: #6FBEDB;
 }
 .BgClassName
 {
   background-color: #6FBEDB;
 }
</style>

border-color css

<style>
 span { border-color: #6FBEDB; }

 span { border-color: rgb(111,190,219); }

 td.TdClassName
 {
   border-color: #6FBEDB;
 }
 .TagClassName
 {
   border-color: #6FBEDB;
 }
</style>