Html Css Color HEX #6CAFCD Seagull

📋 copy color: '#6CAFCD'

red 108 ◦ green 175 ◦ blue 205

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

Shades of Seagull #6CAFCD

Tints of Seagull #6CAFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 22.13%
G = 35.86%
B = 42.01%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CAFCD (or 0x6CAFCD) is known color: Seagull. HEX triplet: 6C, AF and CD. RGB value is (108,175,205). Sum of RGB (Red+Green+Blue) = 108+175+205=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFCD is #935032. Grayscale: #9E9E9E. Windows color (decimal): -9654323 or 13479788. OLE color: 13479788.

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

Color convert

RGB 108 175 205 -
CMYK 0.47 0.15 0 0.20
HSL 198.56º 0.49% 0.61% -
HSV(B) 198.56º 0.47% 0.8% -
XYZ 32.53 38.26 63.43 -
YUV 158.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 108 175 205 0.47 0.15 0 0.20 198.56 0.49 0.61
Hex 6C AF CD 2F F 0 14 C7 31 3D
Octal 154 257 315 57 17 0 24 307 61 75
Binary 1101100 10101111 11001101 101111 1111 0 10100 11000111 110001 111101

Color Harmonies of #6CAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFCD

Black with #6CAFCD

Text Example


Text Example

White with #6CAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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