Html Css Color HEX #6F7CC4 Wild Blue Yonder

📋 copy color: '#6F7CC4'

red 111 ◦ green 124 ◦ blue 196

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

Shades of Wild Blue Yonder #6F7CC4

Tints of Wild Blue Yonder #6F7CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.48%

R = 25.75%
G = 28.77%
B = 45.48%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6F7CC4 (or 0x6F7CC4) is known color: Wild Blue Yonder. HEX triplet: 6F, 7C and C4. RGB value is (111,124,196). Sum of RGB (Red+Green+Blue) = 111+124+196=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #6F7CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CC4 is #90833B. Grayscale: #808080. Windows color (decimal): -9470780 or 12876911. OLE color: 12876911.

HSL color Cylindrical-coordinate representation of color #6F7CC4: hue angle of 230.82º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F7CC4 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 111 124 196 -
CMYK 0.43 0.37 0 0.23
HSL 230.82º 0.42% 0.6% -
HSV(B) 230.82º 0.43% 0.77% -
XYZ 23.73 21.78 55.18 -
YUV 128.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 111 124 196 0.43 0.37 0 0.23 230.82 0.42 0.6
Hex 6F 7C C4 2B 25 0 17 E7 2A 3C
Octal 157 174 304 53 45 0 27 347 52 74
Binary 1101111 1111100 11000100 101011 100101 0 10111 11100111 101010 111100

Color Harmonies of #6F7CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7CC4

Black with #6F7CC4

Text Example


Text Example

White with #6F7CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,124,196); }

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

background-color css

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

 a { background-color: rgb(111,124,196); }

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

border-color css

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

 span { border-color: rgb(111,124,196); }

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