Html Css Color HEX #6CAFF2 Maya Blue

📋 copy color: '#6CAFF2'

red 108 ◦ green 175 ◦ blue 242

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

Shades of Maya Blue #6CAFF2

Tints of Maya Blue #6CAFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.1%

R = 20.57%
G = 33.33%
B = 46.1%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CAFF2 (or 0x6CAFF2) is known color: Maya Blue. HEX triplet: 6C, AF and F2. RGB value is (108,175,242). Sum of RGB (Red+Green+Blue) = 108+175+242=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CAFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAFF2 is #93500D. Grayscale: #A2A2A2. Windows color (decimal): -9654286 or 15904620. OLE color: 15904620.

HSL color Cylindrical-coordinate representation of color #6CAFF2: hue angle of 210º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CAFF2 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 175 242 -
CMYK 0.55 0.28 0 0.05
HSL 210º 0.84% 0.69% -
HSV(B) 210º 0.55% 0.95% -
XYZ 37.54 40.26 89.8 -
YUV 162.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 108 175 242 0.55 0.28 0 0.05 210 0.84 0.69
Hex 6C AF F2 37 1C 0 5 D2 54 45
Octal 154 257 362 67 34 0 5 322 124 105
Binary 1101100 10101111 11110010 110111 11100 0 101 11010010 1010100 1000101

Color Harmonies of #6CAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFF2

Black with #6CAFF2

Text Example


Text Example

White with #6CAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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