Html Css Color HEX #6BC2FD Maya Blue

📋 copy color: '#6BC2FD'

red 107 ◦ green 194 ◦ blue 253

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

Shades of Maya Blue #6BC2FD

Tints of Maya Blue #6BC2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.02%

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 19.31%
G = 35.02%
B = 45.67%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BC2FD (or 0x6BC2FD) is known color: Maya Blue. HEX triplet: 6B, C2 and FD. RGB value is (107,194,253). Sum of RGB (Red+Green+Blue) = 107+194+253=554 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.31% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BC2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC2FD is #943D02. Grayscale: #AEAEAE. Windows color (decimal): -9714947 or 16630379. OLE color: 16630379.

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

Color convert

RGB 107 194 253 -
CMYK 0.58 0.23 0 0.01
HSL 204.25º 0.97% 0.71% -
HSV(B) 204.25º 0.58% 0.99% -
XYZ 43.08 48.8 100.08 -
YUV 174.71 172.18 79.7 -
System Red Green Blue C M Y K H S L
Decimal 107 194 253 0.58 0.23 0 0.01 204.25 0.97 0.71
Hex 6B C2 FD 3A 17 0 1 CC 61 47
Octal 153 302 375 72 27 0 1 314 141 107
Binary 1101011 11000010 11111101 111010 10111 0 1 11001100 1100001 1000111

Color Harmonies of #6BC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC2FD

Black with #6BC2FD

Text Example


Text Example

White with #6BC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,194,253); }

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

background-color css

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

 a { background-color: rgb(107,194,253); }

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

border-color css

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

 span { border-color: rgb(107,194,253); }

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