Html Css Color HEX #6BACFC Maya Blue

📋 copy color: '#6BACFC'

red 107 ◦ green 172 ◦ blue 252

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

Shades of Maya Blue #6BACFC

Tints of Maya Blue #6BACFC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.39%

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 20.15%
G = 32.39%
B = 47.46%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BACFC (or 0x6BACFC) is known color: Maya Blue. HEX triplet: 6B, AC and FC. RGB value is (107,172,252). Sum of RGB (Red+Green+Blue) = 107+172+252=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BACFC is #945303. Grayscale: #A1A1A1. Windows color (decimal): -9720580 or 16559211. OLE color: 16559211.

HSL color Cylindrical-coordinate representation of color #6BACFC: hue angle of 213.1º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BACFC is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 172 252 -
CMYK 0.58 0.32 0 0.01
HSL 213.1º 0.96% 0.7% -
HSV(B) 213.1º 0.58% 0.99% -
XYZ 38.39 39.66 97.73 -
YUV 161.69 178.97 89 -
System Red Green Blue C M Y K H S L
Decimal 107 172 252 0.58 0.32 0 0.01 213.1 0.96 0.7
Hex 6B AC FC 3A 20 0 1 D5 60 46
Octal 153 254 374 72 40 0 1 325 140 106
Binary 1101011 10101100 11111100 111010 100000 0 1 11010101 1100000 1000110

Color Harmonies of #6BACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACFC

Black with #6BACFC

Text Example


Text Example

White with #6BACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,172,252); }

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

background-color css

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

 a { background-color: rgb(107,172,252); }

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

border-color css

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

 span { border-color: rgb(107,172,252); }

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