Html Css Color HEX #6AAECF Seagull

📋 copy color: '#6AAECF'

red 106 ◦ green 174 ◦ blue 207

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

Shades of Seagull #6AAECF

Tints of Seagull #6AAECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 21.77%
G = 35.73%
B = 42.51%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6AAECF (or 0x6AAECF) is known color: Seagull. HEX triplet: 6A, AE and CF. RGB value is (106,174,207). Sum of RGB (Red+Green+Blue) = 106+174+207=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #6AAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAECF is #955130. Grayscale: #9D9D9D. Windows color (decimal): -9785649 or 13610602. OLE color: 13610602.

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

Color convert

RGB 106 174 207 -
CMYK 0.49 0.16 0 0.19
HSL 199.6º 0.51% 0.61% -
HSV(B) 199.6º 0.49% 0.81% -
XYZ 32.34 37.84 64.63 -
YUV 157.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 106 174 207 0.49 0.16 0 0.19 199.6 0.51 0.61
Hex 6A AE CF 31 10 0 13 C8 33 3D
Octal 152 256 317 61 20 0 23 310 63 75
Binary 1101010 10101110 11001111 110001 10000 0 10011 11001000 110011 111101

Color Harmonies of #6AAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAECF

Black with #6AAECF

Text Example


Text Example

White with #6AAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,174,207); }

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

background-color css

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

 a { background-color: rgb(106,174,207); }

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

border-color css

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

 span { border-color: rgb(106,174,207); }

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