Html Css Color HEX #6F7DC2 Wild Blue Yonder

📋 copy color: '#6F7DC2'

red 111 ◦ green 125 ◦ blue 194

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

Shades of Wild Blue Yonder #6F7DC2

Tints of Wild Blue Yonder #6F7DC2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.07%

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 25.81%
G = 29.07%
B = 45.12%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6F7DC2 (or 0x6F7DC2) is known color: Wild Blue Yonder. HEX triplet: 6F, 7D and C2. RGB value is (111,125,194). Sum of RGB (Red+Green+Blue) = 111+125+194=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #6F7DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DC2 is #90823D. Grayscale: #808080. Windows color (decimal): -9470526 or 12746095. OLE color: 12746095.

HSL color Cylindrical-coordinate representation of color #6F7DC2: hue angle of 229.88º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F7DC2 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 125 194 -
CMYK 0.43 0.36 0 0.24
HSL 229.88º 0.4% 0.6% -
HSV(B) 229.88º 0.43% 0.76% -
XYZ 23.63 21.94 54.03 -
YUV 128.68 164.86 115.39 -
System Red Green Blue C M Y K H S L
Decimal 111 125 194 0.43 0.36 0 0.24 229.88 0.4 0.6
Hex 6F 7D C2 2B 24 0 18 E6 28 3C
Octal 157 175 302 53 44 0 30 346 50 74
Binary 1101111 1111101 11000010 101011 100100 0 11000 11100110 101000 111100

Color Harmonies of #6F7DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7DC2

Black with #6F7DC2

Text Example


Text Example

White with #6F7DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,125,194); }

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

background-color css

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

 a { background-color: rgb(111,125,194); }

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

border-color css

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

 span { border-color: rgb(111,125,194); }

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