Html Css Color HEX #6F94CE Danube

📋 copy color: '#6F94CE'

red 111 ◦ green 148 ◦ blue 206

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

Shades of Danube #6F94CE

Tints of Danube #6F94CE

RGB

 RED value IS 111 (43.75% from 255) = 23.87%

 GREEN value IS 148 (58.2% from 255) = 31.83%

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

R = 23.87%
G = 31.83%
B = 44.3%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F94CE (or 0x6F94CE) is known color: Danube. HEX triplet: 6F, 94 and CE. RGB value is (111,148,206). Sum of RGB (Red+Green+Blue) = 111+148+206=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F94CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F94CE is #906B31. Grayscale: #8F8F8F. Windows color (decimal): -9464626 or 13538415. OLE color: 13538415.

HSL color Cylindrical-coordinate representation of color #6F94CE: hue angle of 216.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F94CE is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 148 206 -
CMYK 0.46 0.28 0 0.19
HSL 216.63º 0.49% 0.62% -
HSV(B) 216.63º 0.46% 0.81% -
XYZ 28.29 29.02 62.5 -
YUV 143.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 111 148 206 0.46 0.28 0 0.19 216.63 0.49 0.62
Hex 6F 94 CE 2E 1C 0 13 D9 31 3E
Octal 157 224 316 56 34 0 23 331 61 76
Binary 1101111 10010100 11001110 101110 11100 0 10011 11011001 110001 111110

Color Harmonies of #6F94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F94CE

Black with #6F94CE

Text Example


Text Example

White with #6F94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,206); }

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

background-color css

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

 a { background-color: rgb(111,148,206); }

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

border-color css

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

 span { border-color: rgb(111,148,206); }

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