Html Css Color HEX #6CB0DD Malibu

📋 copy color: '#6CB0DD'

red 108 ◦ green 176 ◦ blue 221

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

Shades of Malibu #6CB0DD

Tints of Malibu #6CB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.85%

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 21.39%
G = 34.85%
B = 43.76%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CB0DD (or 0x6CB0DD) is known color: Malibu. HEX triplet: 6C, B0 and DD. RGB value is (108,176,221). Sum of RGB (Red+Green+Blue) = 108+176+221=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB0DD is #934F22. Grayscale: #A0A0A0. Windows color (decimal): -9654051 or 14528620. OLE color: 14528620.

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

Color convert

RGB 108 176 221 -
CMYK 0.51 0.20 0 0.13
HSL 203.89º 0.62% 0.65% -
HSV(B) 203.89º 0.51% 0.87% -
XYZ 34.76 39.46 74.19 -
YUV 160.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 108 176 221 0.51 0.20 0 0.13 203.89 0.62 0.65
Hex 6C B0 DD 33 14 0 D CC 3E 41
Octal 154 260 335 63 24 0 15 314 76 101
Binary 1101100 10110000 11011101 110011 10100 0 1101 11001100 111110 1000001

Color Harmonies of #6CB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB0DD

Black with #6CB0DD

Text Example


Text Example

White with #6CB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,176,221); }

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

background-color css

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

 a { background-color: rgb(108,176,221); }

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

border-color css

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

 span { border-color: rgb(108,176,221); }

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