Html Css Color HEX #6FBCF2 Maya Blue

📋 copy color: '#6FBCF2'

red 111 ◦ green 188 ◦ blue 242

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

Shades of Maya Blue #6FBCF2

Tints of Maya Blue #6FBCF2

RGB

 RED value IS 111 (43.75% from 255) = 20.52%

 GREEN value IS 188 (73.83% from 255) = 34.75%

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

R = 20.52%
G = 34.75%
B = 44.73%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FBCF2 (or 0x6FBCF2) is known color: Maya Blue. HEX triplet: 6F, BC and F2. RGB value is (111,188,242). Sum of RGB (Red+Green+Blue) = 111+188+242=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 188 (73.83% from 255 or 34.75% 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 #6FBCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBCF2 is #90430D. Grayscale: #AAAAAA. Windows color (decimal): -9454350 or 15907951. OLE color: 15907951.

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

Color convert

RGB 111 188 242 -
CMYK 0.54 0.22 0 0.05
HSL 204.73º 0.83% 0.69% -
HSV(B) 204.73º 0.54% 0.95% -
XYZ 40.57 45.76 90.7 -
YUV 171.13 167.99 85.11 -
System Red Green Blue C M Y K H S L
Decimal 111 188 242 0.54 0.22 0 0.05 204.73 0.83 0.69
Hex 6F BC F2 36 16 0 5 CD 53 45
Octal 157 274 362 66 26 0 5 315 123 105
Binary 1101111 10111100 11110010 110110 10110 0 101 11001101 1010011 1000101

Color Harmonies of #6FBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCF2

Black with #6FBCF2

Text Example


Text Example

White with #6FBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,188,242); }

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

background-color css

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

 a { background-color: rgb(111,188,242); }

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

border-color css

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

 span { border-color: rgb(111,188,242); }

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