Html Css Color HEX #6BBAEE Malibu

📋 copy color: '#6BBAEE'

red 107 ◦ green 186 ◦ blue 238

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

Shades of Malibu #6BBAEE

Tints of Malibu #6BBAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 20.15%
G = 35.03%
B = 44.82%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BBAEE (or 0x6BBAEE) is known color: Malibu. HEX triplet: 6B, BA and EE. RGB value is (107,186,238). Sum of RGB (Red+Green+Blue) = 107+186+238=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BBAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAEE is #944511. Grayscale: #A8A8A8. Windows color (decimal): -9717010 or 15645291. OLE color: 15645291.

HSL color Cylindrical-coordinate representation of color #6BBAEE: hue angle of 203.82º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BBAEE is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 186 238 -
CMYK 0.55 0.22 0 0.07
HSL 203.82º 0.79% 0.68% -
HSV(B) 203.82º 0.55% 0.93% -
XYZ 39.05 44.42 87.4 -
YUV 168.31 167.33 84.27 -
System Red Green Blue C M Y K H S L
Decimal 107 186 238 0.55 0.22 0 0.07 203.82 0.79 0.68
Hex 6B BA EE 37 16 0 7 CC 4F 44
Octal 153 272 356 67 26 0 7 314 117 104
Binary 1101011 10111010 11101110 110111 10110 0 111 11001100 1001111 1000100

Color Harmonies of #6BBAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAEE

Black with #6BBAEE

Text Example


Text Example

White with #6BBAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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