Html Css Color HEX #6BCAF1 Maya Blue

📋 copy color: '#6BCAF1'

red 107 ◦ green 202 ◦ blue 241

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

Shades of Maya Blue #6BCAF1

Tints of Maya Blue #6BCAF1

RGB

 RED value IS 107 (42.19% from 255) = 19.45%

 GREEN value IS 202 (79.3% from 255) = 36.73%

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

R = 19.45%
G = 36.73%
B = 43.82%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6BCAF1 (or 0x6BCAF1) is known color: Maya Blue. HEX triplet: 6B, CA and F1. RGB value is (107,202,241). Sum of RGB (Red+Green+Blue) = 107+202+241=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BCAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCAF1 is #94350E. Grayscale: #B1B1B1. Windows color (decimal): -9712911 or 15845995. OLE color: 15845995.

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

Color convert

RGB 107 202 241 -
CMYK 0.56 0.16 0 0.05
HSL 197.46º 0.83% 0.68% -
HSV(B) 197.46º 0.56% 0.95% -
XYZ 43.06 51.72 90.93 -
YUV 178.04 163.53 77.33 -
System Red Green Blue C M Y K H S L
Decimal 107 202 241 0.56 0.16 0 0.05 197.46 0.83 0.68
Hex 6B CA F1 38 10 0 5 C5 53 44
Octal 153 312 361 70 20 0 5 305 123 104
Binary 1101011 11001010 11110001 111000 10000 0 101 11000101 1010011 1000100

Color Harmonies of #6BCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAF1

Black with #6BCAF1

Text Example


Text Example

White with #6BCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,202,241); }

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

background-color css

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

 a { background-color: rgb(107,202,241); }

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

border-color css

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

 span { border-color: rgb(107,202,241); }

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