Html Css Color HEX #6BBAEB Malibu

📋 copy color: '#6BBAEB'

red 107 ◦ green 186 ◦ blue 235

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

Shades of Malibu #6BBAEB

Tints of Malibu #6BBAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 20.27%
G = 35.23%
B = 44.51%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BBAEB (or 0x6BBAEB) is known color: Malibu. HEX triplet: 6B, BA and EB. RGB value is (107,186,235). Sum of RGB (Red+Green+Blue) = 107+186+235=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BBAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAEB is #944514. Grayscale: #A7A7A7. Windows color (decimal): -9717013 or 15448683. OLE color: 15448683.

HSL color Cylindrical-coordinate representation of color #6BBAEB: hue angle of 202.97º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BBAEB is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 186 235 -
CMYK 0.54 0.21 0 0.08
HSL 202.97º 0.76% 0.67% -
HSV(B) 202.97º 0.54% 0.92% -
XYZ 38.62 44.24 85.1 -
YUV 167.97 165.83 84.52 -
System Red Green Blue C M Y K H S L
Decimal 107 186 235 0.54 0.21 0 0.08 202.97 0.76 0.67
Hex 6B BA EB 36 15 0 8 CB 4C 43
Octal 153 272 353 66 25 0 10 313 114 103
Binary 1101011 10111010 11101011 110110 10101 0 1000 11001011 1001100 1000011

Color Harmonies of #6BBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAEB

Black with #6BBAEB

Text Example


Text Example

White with #6BBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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