Html Css Color HEX #68AFC9 Seagull

📋 copy color: '#68AFC9'

red 104 ◦ green 175 ◦ blue 201

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

Shades of Seagull #68AFC9

Tints of Seagull #68AFC9

RGB

 RED value IS 104 (41.02% from 255) = 21.67%

 GREEN value IS 175 (68.75% from 255) = 36.46%

 BLUE value IS 201 (78.91% from 255) = 41.88%

R = 21.67%
G = 36.46%
B = 41.88%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68AFC9 (or 0x68AFC9) is known color: Seagull. HEX triplet: 68, AF and C9. RGB value is (104,175,201). Sum of RGB (Red+Green+Blue) = 104+175+201=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #68AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFC9 is #975036. Grayscale: #9C9C9C. Windows color (decimal): -9916471 or 13217640. OLE color: 13217640.

HSL color Cylindrical-coordinate representation of color #68AFC9: hue angle of 196.08º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68AFC9 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 175 201 -
CMYK 0.48 0.13 0 0.21
HSL 196.08º 0.47% 0.6% -
HSV(B) 196.08º 0.48% 0.79% -
XYZ 31.58 37.82 60.89 -
YUV 156.74 152.98 90.39 -
System Red Green Blue C M Y K H S L
Decimal 104 175 201 0.48 0.13 0 0.21 196.08 0.47 0.6
Hex 68 AF C9 30 D 0 15 C4 2F 3C
Octal 150 257 311 60 15 0 25 304 57 74
Binary 1101000 10101111 11001001 110000 1101 0 10101 11000100 101111 111100

Color Harmonies of #68AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFC9

Black with #68AFC9

Text Example


Text Example

White with #68AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AFC9; }

 p { color: rgb(104,175,201); }

 H1.HeaderClassName
 {
   color: #68AFC9;
 }
 .AnyTagClassName
 {
   color: #68AFC9;
 }
</style>

background-color css

<style>
 a { background-color: #68AFC9; }

 a { background-color: rgb(104,175,201); }

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

border-color css

<style>
 span { border-color: #68AFC9; }

 span { border-color: rgb(104,175,201); }

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