Html Css Color HEX #6BBDFE Maya Blue

📋 copy color: '#6BBDFE'

red 107 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #6BBDFE

Tints of Maya Blue #6BBDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.36%

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

R = 19.45%
G = 34.36%
B = 46.18%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BBDFE (or 0x6BBDFE) is known color: Maya Blue. HEX triplet: 6B, BD and FE. RGB value is (107,189,254). Sum of RGB (Red+Green+Blue) = 107+189+254=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BBDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBDFE is #944201. Grayscale: #ABABAB. Windows color (decimal): -9716226 or 16694635. OLE color: 16694635.

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

Color convert

RGB 107 189 254 -
CMYK 0.58 0.26 0 0.00
HSL 206.53º 0.99% 0.71% -
HSV(B) 206.53º 0.58% 1% -
XYZ 42.15 46.68 100.55 -
YUV 171.89 174.33 81.71 -
System Red Green Blue C M Y K H S L
Decimal 107 189 254 0.58 0.26 0 0.00 206.53 0.99 0.71
Hex 6B BD FE 3A 1A 0 0 CF 63 47
Octal 153 275 376 72 32 0 0 317 143 107
Binary 1101011 10111101 11111110 111010 11010 0 0 11001111 1100011 1000111

Color Harmonies of #6BBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDFE

Black with #6BBDFE

Text Example


Text Example

White with #6BBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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