Html Css Color HEX #6AACCF Seagull

📋 copy color: '#6AACCF'

red 106 ◦ green 172 ◦ blue 207

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

Shades of Seagull #6AACCF

Tints of Seagull #6AACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 21.86%
G = 35.46%
B = 42.68%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6AACCF (or 0x6AACCF) is known color: Seagull. HEX triplet: 6A, AC and CF. RGB value is (106,172,207). Sum of RGB (Red+Green+Blue) = 106+172+207=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #6AACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACCF is #955330. Grayscale: #9C9C9C. Windows color (decimal): -9786161 or 13610090. OLE color: 13610090.

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

Color convert

RGB 106 172 207 -
CMYK 0.49 0.17 0 0.19
HSL 200.79º 0.51% 0.61% -
HSV(B) 200.79º 0.49% 0.81% -
XYZ 31.96 37.07 64.5 -
YUV 156.26 156.63 92.15 -
System Red Green Blue C M Y K H S L
Decimal 106 172 207 0.49 0.17 0 0.19 200.79 0.51 0.61
Hex 6A AC CF 31 11 0 13 C9 33 3D
Octal 152 254 317 61 21 0 23 311 63 75
Binary 1101010 10101100 11001111 110001 10001 0 10011 11001001 110011 111101

Color Harmonies of #6AACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AACCF

Black with #6AACCF

Text Example


Text Example

White with #6AACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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