Html Css Color HEX #6CBFDF Malibu

📋 copy color: '#6CBFDF'

red 108 ◦ green 191 ◦ blue 223

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

Shades of Malibu #6CBFDF

Tints of Malibu #6CBFDF

RGB

 RED value IS 108 (42.58% from 255) = 20.69%

 GREEN value IS 191 (75% from 255) = 36.59%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 20.69%
G = 36.59%
B = 42.72%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CBFDF (or 0x6CBFDF) is known color: Malibu. HEX triplet: 6C, BF and DF. RGB value is (108,191,223). Sum of RGB (Red+Green+Blue) = 108+191+223=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFDF is #934020. Grayscale: #A9A9A9. Windows color (decimal): -9650209 or 14663532. OLE color: 14663532.

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

Color convert

RGB 108 191 223 -
CMYK 0.52 0.14 0 0.13
HSL 196.7º 0.64% 0.65% -
HSV(B) 196.7º 0.52% 0.87% -
XYZ 38.13 45.78 76.64 -
YUV 169.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 108 191 223 0.52 0.14 0 0.13 196.7 0.64 0.65
Hex 6C BF DF 34 E 0 D C5 40 41
Octal 154 277 337 64 16 0 15 305 100 101
Binary 1101100 10111111 11011111 110100 1110 0 1101 11000101 1000000 1000001

Color Harmonies of #6CBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBFDF

Black with #6CBFDF

Text Example


Text Example

White with #6CBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,191,223); }

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

background-color css

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

 a { background-color: rgb(108,191,223); }

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

border-color css

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

 span { border-color: rgb(108,191,223); }

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