Html Css Color HEX #6AC6CE Seagull

📋 copy color: '#6AC6CE'

red 106 ◦ green 198 ◦ blue 206

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

Shades of Seagull #6AC6CE

Tints of Seagull #6AC6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.82%

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 20.78%
G = 38.82%
B = 40.39%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6AC6CE (or 0x6AC6CE) is known color: Seagull. HEX triplet: 6A, C6 and CE. RGB value is (106,198,206). Sum of RGB (Red+Green+Blue) = 106+198+206=510 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.78% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AC6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC6CE is #953931. Grayscale: #ABABAB. Windows color (decimal): -9779506 or 13551210. OLE color: 13551210.

HSL color Cylindrical-coordinate representation of color #6AC6CE: hue angle of 184.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AC6CE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 198 206 -
CMYK 0.49 0.04 0 0.19
HSL 184.8º 0.51% 0.61% -
HSV(B) 184.8º 0.49% 0.81% -
XYZ 37.28 47.91 65.68 -
YUV 171.4 147.52 81.35 -
System Red Green Blue C M Y K H S L
Decimal 106 198 206 0.49 0.04 0 0.19 184.8 0.51 0.61
Hex 6A C6 CE 31 4 0 13 B9 33 3D
Octal 152 306 316 61 4 0 23 271 63 75
Binary 1101010 11000110 11001110 110001 100 0 10011 10111001 110011 111101

Color Harmonies of #6AC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC6CE

Black with #6AC6CE

Text Example


Text Example

White with #6AC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,198,206); }

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

background-color css

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

 a { background-color: rgb(106,198,206); }

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

border-color css

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

 span { border-color: rgb(106,198,206); }

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