Html Css Color HEX #6CAFEB Malibu

📋 copy color: '#6CAFEB'

red 108 ◦ green 175 ◦ blue 235

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

Shades of Malibu #6CAFEB

Tints of Malibu #6CAFEB

RGB

 RED value IS 108 (42.58% from 255) = 20.85%

 GREEN value IS 175 (68.75% from 255) = 33.78%

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

R = 20.85%
G = 33.78%
B = 45.37%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6CAFEB (or 0x6CAFEB) is known color: Malibu. HEX triplet: 6C, AF and EB. RGB value is (108,175,235). Sum of RGB (Red+Green+Blue) = 108+175+235=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CAFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAFEB is #935014. Grayscale: #A1A1A1. Windows color (decimal): -9654293 or 15445868. OLE color: 15445868.

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

Color convert

RGB 108 175 235 -
CMYK 0.54 0.26 0 0.08
HSL 208.35º 0.76% 0.67% -
HSV(B) 208.35º 0.54% 0.92% -
XYZ 36.51 39.85 84.36 -
YUV 161.81 169.3 89.62 -
System Red Green Blue C M Y K H S L
Decimal 108 175 235 0.54 0.26 0 0.08 208.35 0.76 0.67
Hex 6C AF EB 36 1A 0 8 D0 4C 43
Octal 154 257 353 66 32 0 10 320 114 103
Binary 1101100 10101111 11101011 110110 11010 0 1000 11010000 1001100 1000011

Color Harmonies of #6CAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFEB

Black with #6CAFEB

Text Example


Text Example

White with #6CAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,175,235); }

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

background-color css

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

 a { background-color: rgb(108,175,235); }

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

border-color css

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

 span { border-color: rgb(108,175,235); }

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