Html Css Color HEX #6ABEF1 Maya Blue

📋 copy color: '#6ABEF1'

red 106 ◦ green 190 ◦ blue 241

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

Shades of Maya Blue #6ABEF1

Tints of Maya Blue #6ABEF1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.38%

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

R = 19.74%
G = 35.38%
B = 44.88%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6ABEF1 (or 0x6ABEF1) is known color: Maya Blue. HEX triplet: 6A, BE and F1. RGB value is (106,190,241). Sum of RGB (Red+Green+Blue) = 106+190+241=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #6ABEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABEF1 is #95410E. Grayscale: #AAAAAA. Windows color (decimal): -9781519 or 15842922. OLE color: 15842922.

HSL color Cylindrical-coordinate representation of color #6ABEF1: hue angle of 202.67º 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 #6ABEF1 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 190 241 -
CMYK 0.56 0.21 0 0.05
HSL 202.67º 0.83% 0.68% -
HSV(B) 202.67º 0.56% 0.95% -
XYZ 40.23 46.24 90.02 -
YUV 170.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 106 190 241 0.56 0.21 0 0.05 202.67 0.83 0.68
Hex 6A BE F1 38 15 0 5 CB 53 44
Octal 152 276 361 70 25 0 5 313 123 104
Binary 1101010 10111110 11110001 111000 10101 0 101 11001011 1010011 1000100

Color Harmonies of #6ABEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABEF1

Black with #6ABEF1

Text Example


Text Example

White with #6ABEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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