Html Css Color HEX #6BBBDE Malibu

📋 copy color: '#6BBBDE'

red 107 ◦ green 187 ◦ blue 222

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

Shades of Malibu #6BBBDE

Tints of Malibu #6BBBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 20.74%
G = 36.24%
B = 43.02%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BBBDE (or 0x6BBBDE) is known color: Malibu. HEX triplet: 6B, BB and DE. RGB value is (107,187,222). Sum of RGB (Red+Green+Blue) = 107+187+222=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #6BBBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBDE is #944421. Grayscale: #A6A6A6. Windows color (decimal): -9716770 or 14596971. OLE color: 14596971.

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

Color convert

RGB 107 187 222 -
CMYK 0.52 0.16 0 0.13
HSL 198.26º 0.64% 0.65% -
HSV(B) 198.26º 0.52% 0.87% -
XYZ 37.02 43.94 75.64 -
YUV 167.07 159 85.15 -
System Red Green Blue C M Y K H S L
Decimal 107 187 222 0.52 0.16 0 0.13 198.26 0.64 0.65
Hex 6B BB DE 34 10 0 D C6 40 41
Octal 153 273 336 64 20 0 15 306 100 101
Binary 1101011 10111011 11011110 110100 10000 0 1101 11000110 1000000 1000001

Color Harmonies of #6BBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBDE

Black with #6BBBDE

Text Example


Text Example

White with #6BBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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