Html Css Color HEX #6CBFF2 Maya Blue

📋 copy color: '#6CBFF2'

red 108 ◦ green 191 ◦ blue 242

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

Shades of Maya Blue #6CBFF2

Tints of Maya Blue #6CBFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

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

R = 19.96%
G = 35.3%
B = 44.73%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CBFF2 (or 0x6CBFF2) is known color: Maya Blue. HEX triplet: 6C, BF and F2. RGB value is (108,191,242). Sum of RGB (Red+Green+Blue) = 108+191+242=541 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.96% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CBFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBFF2 is #93400D. Grayscale: #ABABAB. Windows color (decimal): -9650190 or 15908716. OLE color: 15908716.

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

Color convert

RGB 108 191 242 -
CMYK 0.55 0.21 0 0.05
HSL 202.84º 0.84% 0.69% -
HSV(B) 202.84º 0.55% 0.95% -
XYZ 40.84 46.86 90.9 -
YUV 172 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 108 191 242 0.55 0.21 0 0.05 202.84 0.84 0.69
Hex 6C BF F2 37 15 0 5 CB 54 45
Octal 154 277 362 67 25 0 5 313 124 105
Binary 1101100 10111111 11110010 110111 10101 0 101 11001011 1010100 1000101

Color Harmonies of #6CBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBFF2

Black with #6CBFF2

Text Example


Text Example

White with #6CBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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