Html Css Color HEX #69C6CE Seagull

📋 copy color: '#69C6CE'

red 105 ◦ green 198 ◦ blue 206

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

Shades of Seagull #69C6CE

Tints of Seagull #69C6CE

RGB

 RED value IS 105 (41.41% from 255) = 20.63%

 GREEN value IS 198 (77.73% from 255) = 38.9%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 20.63%
G = 38.9%
B = 40.47%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#69C6CE (or 0x69C6CE) is known color: Seagull. HEX triplet: 69, C6 and CE. RGB value is (105,198,206). Sum of RGB (Red+Green+Blue) = 105+198+206=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #69C6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C6CE is #963931. Grayscale: #AAAAAA. Windows color (decimal): -9845042 or 13551209. OLE color: 13551209.

HSL color Cylindrical-coordinate representation of color #69C6CE: hue angle of 184.75º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C6CE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 198 206 -
CMYK 0.49 0.04 0 0.19
HSL 184.75º 0.51% 0.61% -
HSV(B) 184.75º 0.49% 0.81% -
XYZ 37.16 47.85 65.67 -
YUV 171.11 147.69 80.85 -
System Red Green Blue C M Y K H S L
Decimal 105 198 206 0.49 0.04 0 0.19 184.75 0.51 0.61
Hex 69 C6 CE 31 4 0 13 B9 33 3D
Octal 151 306 316 61 4 0 23 271 63 75
Binary 1101001 11000110 11001110 110001 100 0 10011 10111001 110011 111101

Color Harmonies of #69C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C6CE

Black with #69C6CE

Text Example


Text Example

White with #69C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69C6CE; }

 p { color: rgb(105,198,206); }

 H1.HeaderClassName
 {
   color: #69C6CE;
 }
 .AnyTagClassName
 {
   color: #69C6CE;
 }
</style>

background-color css

<style>
 a { background-color: #69C6CE; }

 a { background-color: rgb(105,198,206); }

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

border-color css

<style>
 span { border-color: #69C6CE; }

 span { border-color: rgb(105,198,206); }

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