Html Css Color HEX #6BC2EB Malibu

📋 copy color: '#6BC2EB'

red 107 ◦ green 194 ◦ blue 235

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

Shades of Malibu #6BC2EB

Tints of Malibu #6BC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.19%

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

R = 19.96%
G = 36.19%
B = 43.84%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BC2EB (or 0x6BC2EB) is known color: Malibu. HEX triplet: 6B, C2 and EB. RGB value is (107,194,235). Sum of RGB (Red+Green+Blue) = 107+194+235=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC2EB is #943D14. Grayscale: #ACACAC. Windows color (decimal): -9714965 or 15450731. OLE color: 15450731.

HSL color Cylindrical-coordinate representation of color #6BC2EB: hue angle of 199.22º 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 #6BC2EB is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 194 235 -
CMYK 0.54 0.17 0 0.08
HSL 199.22º 0.76% 0.67% -
HSV(B) 199.22º 0.54% 0.92% -
XYZ 40.35 47.71 85.68 -
YUV 172.66 163.18 81.17 -
System Red Green Blue C M Y K H S L
Decimal 107 194 235 0.54 0.17 0 0.08 199.22 0.76 0.67
Hex 6B C2 EB 36 11 0 8 C7 4C 43
Octal 153 302 353 66 21 0 10 307 114 103
Binary 1101011 11000010 11101011 110110 10001 0 1000 11000111 1001100 1000011

Color Harmonies of #6BC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC2EB

Black with #6BC2EB

Text Example


Text Example

White with #6BC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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