Html Css Color HEX #6ABDCD Seagull

📋 copy color: '#6ABDCD'

red 106 ◦ green 189 ◦ blue 205

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

Shades of Seagull #6ABDCD

Tints of Seagull #6ABDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 21.2%
G = 37.8%
B = 41%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6ABDCD (or 0x6ABDCD) is known color: Seagull. HEX triplet: 6A, BD and CD. RGB value is (106,189,205). Sum of RGB (Red+Green+Blue) = 106+189+205=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #6ABDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDCD is #954232. Grayscale: #A5A5A5. Windows color (decimal): -9781811 or 13483370. OLE color: 13483370.

HSL color Cylindrical-coordinate representation of color #6ABDCD: hue angle of 189.7º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ABDCD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 189 205 -
CMYK 0.48 0.08 0 0.20
HSL 189.7º 0.5% 0.61% -
HSV(B) 189.7º 0.48% 0.8% -
XYZ 35.16 43.87 64.37 -
YUV 166.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 106 189 205 0.48 0.08 0 0.20 189.7 0.5 0.61
Hex 6A BD CD 30 8 0 14 BE 32 3D
Octal 152 275 315 60 10 0 24 276 62 75
Binary 1101010 10111101 11001101 110000 1000 0 10100 10111110 110010 111101

Color Harmonies of #6ABDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABDCD

Black with #6ABDCD

Text Example


Text Example

White with #6ABDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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