Html Css Color HEX #6CB6DF Malibu

📋 copy color: '#6CB6DF'

red 108 ◦ green 182 ◦ blue 223

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

Shades of Malibu #6CB6DF

Tints of Malibu #6CB6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.48%

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

R = 21.05%
G = 35.48%
B = 43.47%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CB6DF (or 0x6CB6DF) is known color: Malibu. HEX triplet: 6C, B6 and DF. RGB value is (108,182,223). Sum of RGB (Red+Green+Blue) = 108+182+223=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CB6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB6DF is #934920. Grayscale: #A4A4A4. Windows color (decimal): -9652513 or 14661228. OLE color: 14661228.

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

Color convert

RGB 108 182 223 -
CMYK 0.52 0.18 0 0.13
HSL 201.39º 0.64% 0.65% -
HSV(B) 201.39º 0.52% 0.87% -
XYZ 36.23 41.97 76 -
YUV 164.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 108 182 223 0.52 0.18 0 0.13 201.39 0.64 0.65
Hex 6C B6 DF 34 12 0 D C9 40 41
Octal 154 266 337 64 22 0 15 311 100 101
Binary 1101100 10110110 11011111 110100 10010 0 1101 11001001 1000000 1000001

Color Harmonies of #6CB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB6DF

Black with #6CB6DF

Text Example


Text Example

White with #6CB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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