Html Css Color HEX #6BF6F5 Baby Blue

📋 copy color: '#6BF6F5'

red 107 ◦ green 246 ◦ blue 245

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

Shades of Baby Blue #6BF6F5

Tints of Baby Blue #6BF6F5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.14%

 BLUE value IS 245 (96.09% from 255) = 40.97%

R = 17.89%
G = 41.14%
B = 40.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#6BF6F5 (or 0x6BF6F5) is known color: Baby Blue. HEX triplet: 6B, F6 and F5. RGB value is (107,246,245). Sum of RGB (Red+Green+Blue) = 107+246+245=598 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.89% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #6BF6F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF6F5 is #94090A. Grayscale: #CCCCCC. Windows color (decimal): -9701643 or 16119403. OLE color: 16119403.

HSL color Cylindrical-coordinate representation of color #6BF6F5: hue angle of 179.57º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF6F5 is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 107 246 245 -
CMYK 0.57 0 0.00 0.04
HSL 179.57º 0.89% 0.69% -
HSV(B) 179.57º 0.57% 0.96% -
XYZ 55.5 75.63 98.06 -
YUV 204.33 150.95 58.58 -
System Red Green Blue C M Y K H S L
Decimal 107 246 245 0.57 0 0.00 0.04 179.57 0.89 0.69
Hex 6B F6 F5 39 0 0 4 B4 59 45
Octal 153 366 365 71 0 0 4 264 131 105
Binary 1101011 11110110 11110101 111001 0 0 100 10110100 1011001 1000101

Color Harmonies of #6BF6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF6F5

Black with #6BF6F5

Text Example


Text Example

White with #6BF6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,246,245); }

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

background-color css

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

 a { background-color: rgb(107,246,245); }

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

border-color css

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

 span { border-color: rgb(107,246,245); }

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