Html Css Color HEX #6ABDCE Seagull

📋 copy color: '#6ABDCE'

red 106 ◦ green 189 ◦ blue 206

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

Shades of Seagull #6ABDCE

Tints of Seagull #6ABDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.72%

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

R = 21.16%
G = 37.72%
B = 41.12%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6ABDCE (or 0x6ABDCE) is known color: Seagull. HEX triplet: 6A, BD and CE. RGB value is (106,189,206). Sum of RGB (Red+Green+Blue) = 106+189+206=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #6ABDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDCE is #954231. Grayscale: #A5A5A5. Windows color (decimal): -9781810 or 13548906. OLE color: 13548906.

HSL color Cylindrical-coordinate representation of color #6ABDCE: hue angle of 190.2º 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 #6ABDCE is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 189 206 -
CMYK 0.49 0.08 0 0.19
HSL 190.2º 0.51% 0.61% -
HSV(B) 190.2º 0.49% 0.81% -
XYZ 35.28 43.92 65.01 -
YUV 166.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 106 189 206 0.49 0.08 0 0.19 190.2 0.51 0.61
Hex 6A BD CE 31 8 0 13 BE 33 3D
Octal 152 275 316 61 10 0 23 276 63 75
Binary 1101010 10111101 11001110 110001 1000 0 10011 10111110 110011 111101

Color Harmonies of #6ABDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABDCE

Black with #6ABDCE

Text Example


Text Example

White with #6ABDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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