Html Css Color HEX #6BBAEF Malibu

📋 copy color: '#6BBAEF'

red 107 ◦ green 186 ◦ blue 239

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

Shades of Malibu #6BBAEF

Tints of Malibu #6BBAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 20.11%
G = 34.96%
B = 44.92%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BBAEF (or 0x6BBAEF) is known color: Malibu. HEX triplet: 6B, BA and EF. RGB value is (107,186,239). Sum of RGB (Red+Green+Blue) = 107+186+239=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BBAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAEF is #944510. Grayscale: #A8A8A8. Windows color (decimal): -9717009 or 15710827. OLE color: 15710827.

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

Color convert

RGB 107 186 239 -
CMYK 0.55 0.22 0 0.06
HSL 204.09º 0.8% 0.68% -
HSV(B) 204.09º 0.55% 0.94% -
XYZ 39.2 44.48 88.18 -
YUV 168.42 167.83 84.19 -
System Red Green Blue C M Y K H S L
Decimal 107 186 239 0.55 0.22 0 0.06 204.09 0.8 0.68
Hex 6B BA EF 37 16 0 6 CC 50 44
Octal 153 272 357 67 26 0 6 314 120 104
Binary 1101011 10111010 11101111 110111 10110 0 110 11001100 1010000 1000100

Color Harmonies of #6BBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAEF

Black with #6BBAEF

Text Example


Text Example

White with #6BBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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