Html Css Color HEX #6BB0DD Malibu

📋 copy color: '#6BB0DD'

red 107 ◦ green 176 ◦ blue 221

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

Shades of Malibu #6BB0DD

Tints of Malibu #6BB0DD

RGB

 RED value IS 107 (42.19% from 255) = 21.23%

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

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

R = 21.23%
G = 34.92%
B = 43.85%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BB0DD (or 0x6BB0DD) is known color: Malibu. HEX triplet: 6B, B0 and DD. RGB value is (107,176,221). Sum of RGB (Red+Green+Blue) = 107+176+221=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB0DD is #944F22. Grayscale: #A0A0A0. Windows color (decimal): -9719587 or 14528619. OLE color: 14528619.

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

Color convert

RGB 107 176 221 -
CMYK 0.52 0.20 0 0.13
HSL 203.68º 0.63% 0.64% -
HSV(B) 203.68º 0.52% 0.87% -
XYZ 34.64 39.4 74.19 -
YUV 160.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 107 176 221 0.52 0.20 0 0.13 203.68 0.63 0.64
Hex 6B B0 DD 34 14 0 D CC 3F 40
Octal 153 260 335 64 24 0 15 314 77 100
Binary 1101011 10110000 11011101 110100 10100 0 1101 11001100 111111 1000000

Color Harmonies of #6BB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB0DD

Black with #6BB0DD

Text Example


Text Example

White with #6BB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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