Html Css Color HEX #6BFFE7 Baby Blue

📋 copy color: '#6BFFE7'

red 107 ◦ green 255 ◦ blue 231

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

Shades of Baby Blue #6BFFE7

Tints of Baby Blue #6BFFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 43%

 BLUE value IS 231 (90.63% from 255) = 38.95%

R = 18.04%
G = 43%
B = 38.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#6BFFE7 (or 0x6BFFE7) is known color: Baby Blue. HEX triplet: 6B, FF and E7. RGB value is (107,255,231). Sum of RGB (Red+Green+Blue) = 107+255+231=593 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.04% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFE7 is #940018. Grayscale: #CFCFCF. Windows color (decimal): -9699353 or 15204203. OLE color: 15204203.

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

Color convert

RGB 107 255 231 -
CMYK 0.58 0 0.09 0
HSL 170.27º 1% 0.71% -
HSV(B) 170.27º 0.58% 1% -
XYZ 56.25 80.42 88.16 -
YUV 208.01 140.97 55.95 -
System Red Green Blue C M Y K H S L
Decimal 107 255 231 0.58 0 0.09 0 170.27 1 0.71
Hex 6B FF E7 3A 0 9 0 AA 64 47
Octal 153 377 347 72 0 11 0 252 144 107
Binary 1101011 11111111 11100111 111010 0 1001 0 10101010 1100100 1000111

Color Harmonies of #6BFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFE7

Black with #6BFFE7

Text Example


Text Example

White with #6BFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,255,231); }

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

background-color css

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

 a { background-color: rgb(107,255,231); }

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

border-color css

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

 span { border-color: rgb(107,255,231); }

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