Html Css Color HEX #6CB4DF Malibu

📋 copy color: '#6CB4DF'

red 108 ◦ green 180 ◦ blue 223

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

Shades of Malibu #6CB4DF

Tints of Malibu #6CB4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

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

R = 21.14%
G = 35.23%
B = 43.64%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CB4DF (or 0x6CB4DF) is known color: Malibu. HEX triplet: 6C, B4 and DF. RGB value is (108,180,223). Sum of RGB (Red+Green+Blue) = 108+180+223=511 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.14% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CB4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB4DF is #934B20. Grayscale: #A3A3A3. Windows color (decimal): -9653025 or 14660716. OLE color: 14660716.

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

Color convert

RGB 108 180 223 -
CMYK 0.52 0.19 0 0.13
HSL 202.43º 0.64% 0.65% -
HSV(B) 202.43º 0.52% 0.87% -
XYZ 35.82 41.16 75.87 -
YUV 163.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 108 180 223 0.52 0.19 0 0.13 202.43 0.64 0.65
Hex 6C B4 DF 34 13 0 D CA 40 41
Octal 154 264 337 64 23 0 15 312 100 101
Binary 1101100 10110100 11011111 110100 10011 0 1101 11001010 1000000 1000001

Color Harmonies of #6CB4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB4DF

Black with #6CB4DF

Text Example


Text Example

White with #6CB4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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