Html Css Color HEX #707CC6 Wild Blue Yonder

📋 copy color: '#707CC6'

red 112 ◦ green 124 ◦ blue 198

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

Shades of Wild Blue Yonder #707CC6

Tints of Wild Blue Yonder #707CC6

RGB

 RED value IS 112 (44.14% from 255) = 25.81%

 GREEN value IS 124 (48.83% from 255) = 28.57%

 BLUE value IS 198 (77.73% from 255) = 45.62%

R = 25.81%
G = 28.57%
B = 45.62%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#707CC6 (or 0x707CC6) is known color: Wild Blue Yonder. HEX triplet: 70, 7C and C6. RGB value is (112,124,198). Sum of RGB (Red+Green+Blue) = 112+124+198=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #707CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CC6 is #8F8339. Grayscale: #808080. Windows color (decimal): -9405242 or 13007984. OLE color: 13007984.

HSL color Cylindrical-coordinate representation of color #707CC6: hue angle of 231.63º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #707CC6 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 124 198 -
CMYK 0.43 0.37 0 0.22
HSL 231.63º 0.43% 0.61% -
HSV(B) 231.63º 0.43% 0.78% -
XYZ 24.08 21.94 56.39 -
YUV 128.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 112 124 198 0.43 0.37 0 0.22 231.63 0.43 0.61
Hex 70 7C C6 2B 25 0 16 E8 2B 3D
Octal 160 174 306 53 45 0 26 350 53 75
Binary 1110000 1111100 11000110 101011 100101 0 10110 11101000 101011 111101

Color Harmonies of #707CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CC6

Black with #707CC6

Text Example


Text Example

White with #707CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707CC6; }

 p { color: rgb(112,124,198); }

 H1.HeaderClassName
 {
   color: #707CC6;
 }
 .AnyTagClassName
 {
   color: #707CC6;
 }
</style>

background-color css

<style>
 a { background-color: #707CC6; }

 a { background-color: rgb(112,124,198); }

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

border-color css

<style>
 span { border-color: #707CC6; }

 span { border-color: rgb(112,124,198); }

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