Html Css Color HEX #6F93CA Danube

📋 copy color: '#6F93CA'

red 111 ◦ green 147 ◦ blue 202

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

Shades of Danube #6F93CA

Tints of Danube #6F93CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

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

R = 24.13%
G = 31.96%
B = 43.91%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F93CA (or 0x6F93CA) is known color: Danube. HEX triplet: 6F, 93 and CA. RGB value is (111,147,202). Sum of RGB (Red+Green+Blue) = 111+147+202=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F93CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93CA is #906C35. Grayscale: #8E8E8E. Windows color (decimal): -9464886 or 13276015. OLE color: 13276015.

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

Color convert

RGB 111 147 202 -
CMYK 0.45 0.27 0 0.21
HSL 216.26º 0.46% 0.61% -
HSV(B) 216.26º 0.45% 0.79% -
XYZ 27.65 28.51 59.92 -
YUV 142.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 111 147 202 0.45 0.27 0 0.21 216.26 0.46 0.61
Hex 6F 93 CA 2D 1B 0 15 D8 2E 3D
Octal 157 223 312 55 33 0 25 330 56 75
Binary 1101111 10010011 11001010 101101 11011 0 10101 11011000 101110 111101

Color Harmonies of #6F93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F93CA

Black with #6F93CA

Text Example


Text Example

White with #6F93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,147,202); }

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

background-color css

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

 a { background-color: rgb(111,147,202); }

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

border-color css

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

 span { border-color: rgb(111,147,202); }

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