Html Css Color HEX #6CAFCC Seagull

📋 copy color: '#6CAFCC'

red 108 ◦ green 175 ◦ blue 204

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

Shades of Seagull #6CAFCC

Tints of Seagull #6CAFCC

RGB

 RED value IS 108 (42.58% from 255) = 22.18%

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 22.18%
G = 35.93%
B = 41.89%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6CAFCC (or 0x6CAFCC) is known color: Seagull. HEX triplet: 6C, AF and CC. RGB value is (108,175,204). Sum of RGB (Red+Green+Blue) = 108+175+204=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFCC is #935033. Grayscale: #9E9E9E. Windows color (decimal): -9654324 or 13414252. OLE color: 13414252.

HSL color Cylindrical-coordinate representation of color #6CAFCC: hue angle of 198.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CAFCC is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 175 204 -
CMYK 0.47 0.14 0 0.2
HSL 198.13º 0.48% 0.61% -
HSV(B) 198.13º 0.47% 0.8% -
XYZ 32.41 38.21 62.79 -
YUV 158.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 108 175 204 0.47 0.14 0 0.2 198.13 0.48 0.61
Hex 6C AF CC 2F E 0 14 C6 30 3D
Octal 154 257 314 57 16 0 24 306 60 75
Binary 1101100 10101111 11001100 101111 1110 0 10100 11000110 110000 111101

Color Harmonies of #6CAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFCC

Black with #6CAFCC

Text Example


Text Example

White with #6CAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,175,204); }

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

background-color css

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

 a { background-color: rgb(108,175,204); }

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

border-color css

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

 span { border-color: rgb(108,175,204); }

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