Html Css Color HEX #6ABFCE Seagull

📋 copy color: '#6ABFCE'

red 106 ◦ green 191 ◦ blue 206

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

Shades of Seagull #6ABFCE

Tints of Seagull #6ABFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 37.97%

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

R = 21.07%
G = 37.97%
B = 40.95%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6ABFCE (or 0x6ABFCE) is known color: Seagull. HEX triplet: 6A, BF and CE. RGB value is (106,191,206). Sum of RGB (Red+Green+Blue) = 106+191+206=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #6ABFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFCE is #954031. Grayscale: #A7A7A7. Windows color (decimal): -9781298 or 13549418. OLE color: 13549418.

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

Color convert

RGB 106 191 206 -
CMYK 0.49 0.07 0 0.19
HSL 189º 0.51% 0.61% -
HSV(B) 189º 0.49% 0.81% -
XYZ 35.72 44.78 65.15 -
YUV 167.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 106 191 206 0.49 0.07 0 0.19 189 0.51 0.61
Hex 6A BF CE 31 7 0 13 BD 33 3D
Octal 152 277 316 61 7 0 23 275 63 75
Binary 1101010 10111111 11001110 110001 111 0 10011 10111101 110011 111101

Color Harmonies of #6ABFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFCE

Black with #6ABFCE

Text Example


Text Example

White with #6ABFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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