Html Css Color HEX #6BCFF7 Maya Blue

📋 copy color: '#6BCFF7'

red 107 ◦ green 207 ◦ blue 247

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

Shades of Maya Blue #6BCFF7

Tints of Maya Blue #6BCFF7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.9%

 BLUE value IS 247 (96.88% from 255) = 44.03%

R = 19.07%
G = 36.9%
B = 44.03%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6BCFF7 (or 0x6BCFF7) is known color: Maya Blue. HEX triplet: 6B, CF and F7. RGB value is (107,207,247). Sum of RGB (Red+Green+Blue) = 107+207+247=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #6BCFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFF7 is #943008. Grayscale: #B5B5B5. Windows color (decimal): -9711625 or 16240491. OLE color: 16240491.

HSL color Cylindrical-coordinate representation of color #6BCFF7: hue angle of 197.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BCFF7 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 107 207 247 -
CMYK 0.57 0.16 0 0.03
HSL 197.14º 0.9% 0.69% -
HSV(B) 197.14º 0.57% 0.97% -
XYZ 45.16 54.47 96.13 -
YUV 181.66 164.87 74.75 -
System Red Green Blue C M Y K H S L
Decimal 107 207 247 0.57 0.16 0 0.03 197.14 0.9 0.69
Hex 6B CF F7 39 10 0 3 C5 5A 45
Octal 153 317 367 71 20 0 3 305 132 105
Binary 1101011 11001111 11110111 111001 10000 0 11 11000101 1011010 1000101

Color Harmonies of #6BCFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFF7

Black with #6BCFF7

Text Example


Text Example

White with #6BCFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,207,247); }

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

background-color css

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

 a { background-color: rgb(107,207,247); }

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

border-color css

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

 span { border-color: rgb(107,207,247); }

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