Html Css Color HEX #6BBAED Malibu

📋 copy color: '#6BBAED'

red 107 ◦ green 186 ◦ blue 237

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

Shades of Malibu #6BBAED

Tints of Malibu #6BBAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 20.19%
G = 35.09%
B = 44.72%

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

#6BBAED (or 0x6BBAED) is known color: Malibu. HEX triplet: 6B, BA and ED. RGB value is (107,186,237). Sum of RGB (Red+Green+Blue) = 107+186+237=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BBAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAED is #944512. Grayscale: #A7A7A7. Windows color (decimal): -9717011 or 15579755. OLE color: 15579755.

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

Color convert

RGB 107 186 237 -
CMYK 0.55 0.22 0 0.07
HSL 203.54º 0.78% 0.67% -
HSV(B) 203.54º 0.55% 0.93% -
XYZ 38.91 44.36 86.63 -
YUV 168.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 107 186 237 0.55 0.22 0 0.07 203.54 0.78 0.67
Hex 6B BA ED 37 16 0 7 CC 4E 43
Octal 153 272 355 67 26 0 7 314 116 103
Binary 1101011 10111010 11101101 110111 10110 0 111 11001100 1001110 1000011

Color Harmonies of #6BBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAED

Black with #6BBAED

Text Example


Text Example

White with #6BBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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