Html Css Color HEX #6BAFCA Seagull

📋 copy color: '#6BAFCA'

red 107 ◦ green 175 ◦ blue 202

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

Shades of Seagull #6BAFCA

Tints of Seagull #6BAFCA

RGB

 RED value IS 107 (42.19% from 255) = 22.11%

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 22.11%
G = 36.16%
B = 41.74%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6BAFCA (or 0x6BAFCA) is known color: Seagull. HEX triplet: 6B, AF and CA. RGB value is (107,175,202). Sum of RGB (Red+Green+Blue) = 107+175+202=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFCA is #945035. Grayscale: #9D9D9D. Windows color (decimal): -9719862 or 13283179. OLE color: 13283179.

HSL color Cylindrical-coordinate representation of color #6BAFCA: hue angle of 197.05º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BAFCA is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 175 202 -
CMYK 0.47 0.13 0 0.21
HSL 197.05º 0.47% 0.61% -
HSV(B) 197.05º 0.47% 0.79% -
XYZ 32.05 38.05 61.53 -
YUV 157.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 107 175 202 0.47 0.13 0 0.21 197.05 0.47 0.61
Hex 6B AF CA 2F D 0 15 C5 2F 3D
Octal 153 257 312 57 15 0 25 305 57 75
Binary 1101011 10101111 11001010 101111 1101 0 10101 11000101 101111 111101

Color Harmonies of #6BAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFCA

Black with #6BAFCA

Text Example


Text Example

White with #6BAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,175,202); }

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

background-color css

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

 a { background-color: rgb(107,175,202); }

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

border-color css

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

 span { border-color: rgb(107,175,202); }

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