Html Css Color HEX #6BAFFB Maya Blue

📋 copy color: '#6BAFFB'

red 107 ◦ green 175 ◦ blue 251

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

Shades of Maya Blue #6BAFFB

Tints of Maya Blue #6BAFFB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.83%

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 20.08%
G = 32.83%
B = 47.09%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BAFFB (or 0x6BAFFB) is known color: Maya Blue. HEX triplet: 6B, AF and FB. RGB value is (107,175,251). Sum of RGB (Red+Green+Blue) = 107+175+251=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BAFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFFB is #945004. Grayscale: #A2A2A2. Windows color (decimal): -9719813 or 16494443. OLE color: 16494443.

HSL color Cylindrical-coordinate representation of color #6BAFFB: hue angle of 211.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BAFFB is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 175 251 -
CMYK 0.57 0.30 0 0.02
HSL 211.67º 0.95% 0.7% -
HSV(B) 211.67º 0.57% 0.98% -
XYZ 38.81 40.75 97.09 -
YUV 163.33 177.47 87.82 -
System Red Green Blue C M Y K H S L
Decimal 107 175 251 0.57 0.30 0 0.02 211.67 0.95 0.7
Hex 6B AF FB 39 1E 0 2 D4 5F 46
Octal 153 257 373 71 36 0 2 324 137 106
Binary 1101011 10101111 11111011 111001 11110 0 10 11010100 1011111 1000110

Color Harmonies of #6BAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFFB

Black with #6BAFFB

Text Example


Text Example

White with #6BAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,175,251); }

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

background-color css

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

 a { background-color: rgb(107,175,251); }

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

border-color css

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

 span { border-color: rgb(107,175,251); }

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