Html Css Color HEX #6CAFFF Maya Blue

📋 copy color: '#6CAFFF'

red 108 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #6CAFFF

Tints of Maya Blue #6CAFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.4%

R = 20.07%
G = 32.53%
B = 47.4%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6CAFFF (or 0x6CAFFF) is known color: Maya Blue. HEX triplet: 6C, AF and FF. RGB value is (108,175,255). Sum of RGB (Red+Green+Blue) = 108+175+255=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CAFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAFFF is #935000. Grayscale: #A3A3A3. Windows color (decimal): -9654273 or 16756588. OLE color: 16756588.

HSL color Cylindrical-coordinate representation of color #6CAFFF: hue angle of 212.65º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CAFFF is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 108 175 255 -
CMYK 0.58 0.31 0 0
HSL 212.65º 1% 0.71% -
HSV(B) 212.65º 0.58% 1% -
XYZ 39.56 41.07 100.45 -
YUV 164.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 108 175 255 0.58 0.31 0 0 212.65 1 0.71
Hex 6C AF FF 3A 1F 0 0 D5 64 47
Octal 154 257 377 72 37 0 0 325 144 107
Binary 1101100 10101111 11111111 111010 11111 0 0 11010101 1100100 1000111

Color Harmonies of #6CAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFFF

Black with #6CAFFF

Text Example


Text Example

White with #6CAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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