Html Css Color HEX #6AAFCE Seagull

📋 copy color: '#6AAFCE'

red 106 ◦ green 175 ◦ blue 206

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

Shades of Seagull #6AAFCE

Tints of Seagull #6AAFCE

RGB

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

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

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

R = 21.77%
G = 35.93%
B = 42.3%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6AAFCE (or 0x6AAFCE) is known color: Seagull. HEX triplet: 6A, AF and CE. RGB value is (106,175,206). Sum of RGB (Red+Green+Blue) = 106+175+206=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFCE is #955031. Grayscale: #9D9D9D. Windows color (decimal): -9785394 or 13545322. OLE color: 13545322.

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

Color convert

RGB 106 175 206 -
CMYK 0.49 0.15 0 0.19
HSL 198.6º 0.51% 0.61% -
HSV(B) 198.6º 0.49% 0.81% -
XYZ 32.41 38.18 64.05 -
YUV 157.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 106 175 206 0.49 0.15 0 0.19 198.6 0.51 0.61
Hex 6A AF CE 31 F 0 13 C7 33 3D
Octal 152 257 316 61 17 0 23 307 63 75
Binary 1101010 10101111 11001110 110001 1111 0 10011 11000111 110011 111101

Color Harmonies of #6AAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFCE

Black with #6AAFCE

Text Example


Text Example

White with #6AAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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