Html Css Color HEX #6CBAD2 Seagull

📋 copy color: '#6CBAD2'

red 108 ◦ green 186 ◦ blue 210

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

Shades of Seagull #6CBAD2

Tints of Seagull #6CBAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

 BLUE value IS 210 (82.42% from 255) = 41.67%

R = 21.43%
G = 36.9%
B = 41.67%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6CBAD2 (or 0x6CBAD2) is known color: Seagull. HEX triplet: 6C, BA and D2. RGB value is (108,186,210). Sum of RGB (Red+Green+Blue) = 108+186+210=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #6CBAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBAD2 is #93452D. Grayscale: #A5A5A5. Windows color (decimal): -9651502 or 13810284. OLE color: 13810284.

HSL color Cylindrical-coordinate representation of color #6CBAD2: hue angle of 194.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CBAD2 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 186 210 -
CMYK 0.49 0.11 0 0.18
HSL 194.12º 0.53% 0.62% -
HSV(B) 194.12º 0.49% 0.82% -
XYZ 35.38 42.96 67.4 -
YUV 165.41 153.16 87.05 -
System Red Green Blue C M Y K H S L
Decimal 108 186 210 0.49 0.11 0 0.18 194.12 0.53 0.62
Hex 6C BA D2 31 B 0 12 C2 35 3E
Octal 154 272 322 61 13 0 22 302 65 76
Binary 1101100 10111010 11010010 110001 1011 0 10010 11000010 110101 111110

Color Harmonies of #6CBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAD2

Black with #6CBAD2

Text Example


Text Example

White with #6CBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,210); }

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

background-color css

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

 a { background-color: rgb(108,186,210); }

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

border-color css

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

 span { border-color: rgb(108,186,210); }

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