Html Css Color HEX #6FC2DE Malibu

📋 copy color: '#6FC2DE'

red 111 ◦ green 194 ◦ blue 222

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

Shades of Malibu #6FC2DE

Tints of Malibu #6FC2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.81%

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 21.06%
G = 36.81%
B = 42.13%

CMYK

 C value IS 0.5

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FC2DE (or 0x6FC2DE) is known color: Malibu. HEX triplet: 6F, C2 and DE. RGB value is (111,194,222). Sum of RGB (Red+Green+Blue) = 111+194+222=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FC2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC2DE is #903D21. Grayscale: #ACACAC. Windows color (decimal): -9452834 or 14598767. OLE color: 14598767.

HSL color Cylindrical-coordinate representation of color #6FC2DE: hue angle of 195.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FC2DE is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 194 222 -
CMYK 0.5 0.13 0 0.13
HSL 195.14º 0.63% 0.65% -
HSV(B) 195.14º 0.5% 0.87% -
XYZ 39.03 47.24 76.17 -
YUV 172.38 156 84.22 -
System Red Green Blue C M Y K H S L
Decimal 111 194 222 0.5 0.13 0 0.13 195.14 0.63 0.65
Hex 6F C2 DE 32 D 0 D C3 3F 41
Octal 157 302 336 62 15 0 15 303 77 101
Binary 1101111 11000010 11011110 110010 1101 0 1101 11000011 111111 1000001

Color Harmonies of #6FC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC2DE

Black with #6FC2DE

Text Example


Text Example

White with #6FC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,194,222); }

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

background-color css

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

 a { background-color: rgb(111,194,222); }

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

border-color css

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

 span { border-color: rgb(111,194,222); }

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