Html Css Color HEX #6BC0FE Maya Blue

📋 copy color: '#6BC0FE'

red 107 ◦ green 192 ◦ blue 254

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

Shades of Maya Blue #6BC0FE

Tints of Maya Blue #6BC0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.72%

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 19.35%
G = 34.72%
B = 45.93%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BC0FE (or 0x6BC0FE) is known color: Maya Blue. HEX triplet: 6B, C0 and FE. RGB value is (107,192,254). Sum of RGB (Red+Green+Blue) = 107+192+254=553 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.35% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BC0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC0FE is #943F01. Grayscale: #ADADAD. Windows color (decimal): -9715458 or 16695403. OLE color: 16695403.

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

Color convert

RGB 107 192 254 -
CMYK 0.58 0.24 0 0.00
HSL 205.31º 0.99% 0.71% -
HSV(B) 205.31º 0.58% 1% -
XYZ 42.8 47.98 100.77 -
YUV 173.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 107 192 254 0.58 0.24 0 0.00 205.31 0.99 0.71
Hex 6B C0 FE 3A 18 0 0 CD 63 47
Octal 153 300 376 72 30 0 0 315 143 107
Binary 1101011 11000000 11111110 111010 11000 0 0 11001101 1100011 1000111

Color Harmonies of #6BC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC0FE

Black with #6BC0FE

Text Example


Text Example

White with #6BC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,192,254); }

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

background-color css

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

 a { background-color: rgb(107,192,254); }

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

border-color css

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

 span { border-color: rgb(107,192,254); }

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