Html Css Color HEX #6BBCDE Malibu

📋 copy color: '#6BBCDE'

red 107 ◦ green 188 ◦ blue 222

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

Shades of Malibu #6BBCDE

Tints of Malibu #6BBCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

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

R = 20.7%
G = 36.36%
B = 42.94%

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

#6BBCDE (or 0x6BBCDE) is known color: Malibu. HEX triplet: 6B, BC and DE. RGB value is (107,188,222). Sum of RGB (Red+Green+Blue) = 107+188+222=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #6BBCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCDE is #944321. Grayscale: #A7A7A7. Windows color (decimal): -9716514 or 14597227. OLE color: 14597227.

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

Color convert

RGB 107 188 222 -
CMYK 0.52 0.15 0 0.13
HSL 197.74º 0.64% 0.65% -
HSV(B) 197.74º 0.52% 0.87% -
XYZ 37.23 44.37 75.71 -
YUV 167.66 158.66 84.74 -
System Red Green Blue C M Y K H S L
Decimal 107 188 222 0.52 0.15 0 0.13 197.74 0.64 0.65
Hex 6B BC DE 34 F 0 D C6 40 41
Octal 153 274 336 64 17 0 15 306 100 101
Binary 1101011 10111100 11011110 110100 1111 0 1101 11000110 1000000 1000001

Color Harmonies of #6BBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCDE

Black with #6BBCDE

Text Example


Text Example

White with #6BBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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