Html Css Color HEX #6CBCCD Seagull

📋 copy color: '#6CBCCD'

red 108 ◦ green 188 ◦ blue 205

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

Shades of Seagull #6CBCCD

Tints of Seagull #6CBCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

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

R = 21.56%
G = 37.52%
B = 40.92%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CBCCD (or 0x6CBCCD) is known color: Seagull. HEX triplet: 6C, BC and CD. RGB value is (108,188,205). Sum of RGB (Red+Green+Blue) = 108+188+205=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCCD is #934332. Grayscale: #A5A5A5. Windows color (decimal): -9650995 or 13483116. OLE color: 13483116.

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

Color convert

RGB 108 188 205 -
CMYK 0.47 0.08 0 0.20
HSL 190.52º 0.49% 0.61% -
HSV(B) 190.52º 0.47% 0.8% -
XYZ 35.19 43.56 64.31 -
YUV 166.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 108 188 205 0.47 0.08 0 0.20 190.52 0.49 0.61
Hex 6C BC CD 2F 8 0 14 BF 31 3D
Octal 154 274 315 57 10 0 24 277 61 75
Binary 1101100 10111100 11001101 101111 1000 0 10100 10111111 110001 111101

Color Harmonies of #6CBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCCD

Black with #6CBCCD

Text Example


Text Example

White with #6CBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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