Html Css Color HEX #6BBAE7 Malibu

📋 copy color: '#6BBAE7'

red 107 ◦ green 186 ◦ blue 231

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

Shades of Malibu #6BBAE7

Tints of Malibu #6BBAE7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

 BLUE value IS 231 (90.63% from 255) = 44.08%

R = 20.42%
G = 35.5%
B = 44.08%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6BBAE7 (or 0x6BBAE7) is known color: Malibu. HEX triplet: 6B, BA and E7. RGB value is (107,186,231). Sum of RGB (Red+Green+Blue) = 107+186+231=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #6BBAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAE7 is #944518. Grayscale: #A7A7A7. Windows color (decimal): -9717017 or 15186539. OLE color: 15186539.

HSL color Cylindrical-coordinate representation of color #6BBAE7: hue angle of 201.77º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BBAE7 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 186 231 -
CMYK 0.54 0.19 0 0.09
HSL 201.77º 0.72% 0.66% -
HSV(B) 201.77º 0.54% 0.91% -
XYZ 38.05 44.01 82.09 -
YUV 167.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 107 186 231 0.54 0.19 0 0.09 201.77 0.72 0.66
Hex 6B BA E7 36 13 0 9 CA 48 42
Octal 153 272 347 66 23 0 11 312 110 102
Binary 1101011 10111010 11100111 110110 10011 0 1001 11001010 1001000 1000010

Color Harmonies of #6BBAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAE7

Black with #6BBAE7

Text Example


Text Example

White with #6BBAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,186,231); }

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

background-color css

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

 a { background-color: rgb(107,186,231); }

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

border-color css

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

 span { border-color: rgb(107,186,231); }

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