Html Css Color HEX #6AC4F1 Maya Blue

📋 copy color: '#6AC4F1'

red 106 ◦ green 196 ◦ blue 241

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

Shades of Maya Blue #6AC4F1

Tints of Maya Blue #6AC4F1

RGB

 RED value IS 106 (41.8% from 255) = 19.52%

 GREEN value IS 196 (76.95% from 255) = 36.1%

 BLUE value IS 241 (94.53% from 255) = 44.38%

R = 19.52%
G = 36.1%
B = 44.38%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6AC4F1 (or 0x6AC4F1) is known color: Maya Blue. HEX triplet: 6A, C4 and F1. RGB value is (106,196,241). Sum of RGB (Red+Green+Blue) = 106+196+241=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #6AC4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC4F1 is #953B0E. Grayscale: #ADADAD. Windows color (decimal): -9779983 or 15844458. OLE color: 15844458.

HSL color Cylindrical-coordinate representation of color #6AC4F1: hue angle of 200º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AC4F1 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 196 241 -
CMYK 0.56 0.19 0 0.05
HSL 200º 0.83% 0.68% -
HSV(B) 200º 0.56% 0.95% -
XYZ 41.56 48.89 90.47 -
YUV 174.22 165.68 79.34 -
System Red Green Blue C M Y K H S L
Decimal 106 196 241 0.56 0.19 0 0.05 200 0.83 0.68
Hex 6A C4 F1 38 13 0 5 C8 53 44
Octal 152 304 361 70 23 0 5 310 123 104
Binary 1101010 11000100 11110001 111000 10011 0 101 11001000 1010011 1000100

Color Harmonies of #6AC4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC4F1

Black with #6AC4F1

Text Example


Text Example

White with #6AC4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,196,241); }

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

background-color css

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

 a { background-color: rgb(106,196,241); }

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

border-color css

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

 span { border-color: rgb(106,196,241); }

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