Html Css Color HEX #6BBBE1 Malibu

📋 copy color: '#6BBBE1'

red 107 ◦ green 187 ◦ blue 225

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

Shades of Malibu #6BBBE1

Tints of Malibu #6BBBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.35%

R = 20.62%
G = 36.03%
B = 43.35%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BBBE1 (or 0x6BBBE1) is known color: Malibu. HEX triplet: 6B, BB and E1. RGB value is (107,187,225). Sum of RGB (Red+Green+Blue) = 107+187+225=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #6BBBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBE1 is #94441E. Grayscale: #A7A7A7. Windows color (decimal): -9716767 or 14793579. OLE color: 14793579.

HSL color Cylindrical-coordinate representation of color #6BBBE1: hue angle of 199.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BBBE1 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 187 225 -
CMYK 0.52 0.17 0 0.12
HSL 199.32º 0.66% 0.65% -
HSV(B) 199.32º 0.52% 0.88% -
XYZ 37.42 44.1 77.77 -
YUV 167.41 160.5 84.91 -
System Red Green Blue C M Y K H S L
Decimal 107 187 225 0.52 0.17 0 0.12 199.32 0.66 0.65
Hex 6B BB E1 34 11 0 C C7 42 41
Octal 153 273 341 64 21 0 14 307 102 101
Binary 1101011 10111011 11100001 110100 10001 0 1100 11000111 1000010 1000001

Color Harmonies of #6BBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBE1

Black with #6BBBE1

Text Example


Text Example

White with #6BBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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