Html Css Color HEX #6BB2FD Maya Blue

📋 copy color: '#6BB2FD'

red 107 ◦ green 178 ◦ blue 253

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

Shades of Maya Blue #6BB2FD

Tints of Maya Blue #6BB2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.09%

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

R = 19.89%
G = 33.09%
B = 47.03%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BB2FD (or 0x6BB2FD) is known color: Maya Blue. HEX triplet: 6B, B2 and FD. RGB value is (107,178,253). Sum of RGB (Red+Green+Blue) = 107+178+253=538 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.89% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BB2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BB2FD is #944D02. Grayscale: #A4A4A4. Windows color (decimal): -9719043 or 16626283. OLE color: 16626283.

HSL color Cylindrical-coordinate representation of color #6BB2FD: hue angle of 210.82º 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 #6BB2FD is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 178 253 -
CMYK 0.58 0.30 0 0.01
HSL 210.82º 0.97% 0.71% -
HSV(B) 210.82º 0.58% 0.99% -
XYZ 39.71 42.06 98.95 -
YUV 165.32 177.48 86.4 -
System Red Green Blue C M Y K H S L
Decimal 107 178 253 0.58 0.30 0 0.01 210.82 0.97 0.71
Hex 6B B2 FD 3A 1E 0 1 D3 61 47
Octal 153 262 375 72 36 0 1 323 141 107
Binary 1101011 10110010 11111101 111010 11110 0 1 11010011 1100001 1000111

Color Harmonies of #6BB2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB2FD

Black with #6BB2FD

Text Example


Text Example

White with #6BB2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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