Html Css Color HEX #6BBBDD Malibu

📋 copy color: '#6BBBDD'

red 107 ◦ green 187 ◦ blue 221

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

Shades of Malibu #6BBBDD

Tints of Malibu #6BBBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

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

R = 20.78%
G = 36.31%
B = 42.91%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BBBDD (or 0x6BBBDD) is known color: Malibu. HEX triplet: 6B, BB and DD. RGB value is (107,187,221). Sum of RGB (Red+Green+Blue) = 107+187+221=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBDD is #944422. Grayscale: #A6A6A6. Windows color (decimal): -9716771 or 14531435. OLE color: 14531435.

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

Color convert

RGB 107 187 221 -
CMYK 0.52 0.15 0 0.13
HSL 197.89º 0.63% 0.64% -
HSV(B) 197.89º 0.52% 0.87% -
XYZ 36.88 43.89 74.93 -
YUV 166.96 158.5 85.24 -
System Red Green Blue C M Y K H S L
Decimal 107 187 221 0.52 0.15 0 0.13 197.89 0.63 0.64
Hex 6B BB DD 34 F 0 D C6 3F 40
Octal 153 273 335 64 17 0 15 306 77 100
Binary 1101011 10111011 11011101 110100 1111 0 1101 11000110 111111 1000000

Color Harmonies of #6BBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBDD

Black with #6BBBDD

Text Example


Text Example

White with #6BBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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