Html Css Color HEX #6CB9DF Malibu

📋 copy color: '#6CB9DF'

red 108 ◦ green 185 ◦ blue 223

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

Shades of Malibu #6CB9DF

Tints of Malibu #6CB9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.85%

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

R = 20.93%
G = 35.85%
B = 43.22%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CB9DF (or 0x6CB9DF) is known color: Malibu. HEX triplet: 6C, B9 and DF. RGB value is (108,185,223). Sum of RGB (Red+Green+Blue) = 108+185+223=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CB9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB9DF is #934620. Grayscale: #A6A6A6. Windows color (decimal): -9651745 or 14661996. OLE color: 14661996.

HSL color Cylindrical-coordinate representation of color #6CB9DF: hue angle of 199.83º 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 #6CB9DF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 185 223 -
CMYK 0.52 0.17 0 0.13
HSL 199.83º 0.64% 0.65% -
HSV(B) 199.83º 0.52% 0.87% -
XYZ 36.85 43.21 76.21 -
YUV 166.31 159.99 86.41 -
System Red Green Blue C M Y K H S L
Decimal 108 185 223 0.52 0.17 0 0.13 199.83 0.64 0.65
Hex 6C B9 DF 34 11 0 D C8 40 41
Octal 154 271 337 64 21 0 15 310 100 101
Binary 1101100 10111001 11011111 110100 10001 0 1101 11001000 1000000 1000001

Color Harmonies of #6CB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB9DF

Black with #6CB9DF

Text Example


Text Example

White with #6CB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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