Html Css Color HEX #6AF3E7 Baby Blue

📋 copy color: '#6AF3E7'

red 106 ◦ green 243 ◦ blue 231

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

Shades of Baby Blue #6AF3E7

Tints of Baby Blue #6AF3E7

RGB

 RED value IS 106 (41.8% from 255) = 18.28%

 GREEN value IS 243 (95.31% from 255) = 41.9%

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

R = 18.28%
G = 41.9%
B = 39.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#6AF3E7 (or 0x6AF3E7) is known color: Baby Blue. HEX triplet: 6A, F3 and E7. RGB value is (106,243,231). Sum of RGB (Red+Green+Blue) = 106+243+231=580 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.28% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF3E7 is #950C18. Grayscale: #C8C8C8. Windows color (decimal): -9767961 or 15201130. OLE color: 15201130.

HSL color Cylindrical-coordinate representation of color #6AF3E7: hue angle of 174.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF3E7 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 231 -
CMYK 0.56 0 0.05 0.05
HSL 174.74º 0.85% 0.68% -
HSV(B) 174.74º 0.56% 0.95% -
XYZ 52.42 72.93 86.92 -
YUV 200.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 106 243 231 0.56 0 0.05 0.05 174.74 0.85 0.68
Hex 6A F3 E7 38 0 5 5 AF 55 44
Octal 152 363 347 70 0 5 5 257 125 104
Binary 1101010 11110011 11100111 111000 0 101 101 10101111 1010101 1000100

Color Harmonies of #6AF3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF3E7

Black with #6AF3E7

Text Example


Text Example

White with #6AF3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,243,231); }

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

background-color css

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

 a { background-color: rgb(106,243,231); }

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

border-color css

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

 span { border-color: rgb(106,243,231); }

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