Html Css Color HEX #6F7FCD Wild Blue Yonder

📋 copy color: '#6F7FCD'

red 111 ◦ green 127 ◦ blue 205

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

Shades of Wild Blue Yonder #6F7FCD

Tints of Wild Blue Yonder #6F7FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 25.06%
G = 28.67%
B = 46.28%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F7FCD (or 0x6F7FCD) is known color: Wild Blue Yonder. HEX triplet: 6F, 7F and CD. RGB value is (111,127,205). Sum of RGB (Red+Green+Blue) = 111+127+205=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F7FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7FCD is #908032. Grayscale: #828282. Windows color (decimal): -9470003 or 13467503. OLE color: 13467503.

HSL color Cylindrical-coordinate representation of color #6F7FCD: hue angle of 229.79º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7FCD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 127 205 -
CMYK 0.46 0.38 0 0.20
HSL 229.79º 0.48% 0.62% -
HSV(B) 229.79º 0.46% 0.8% -
XYZ 25.16 22.97 60.86 -
YUV 131.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 111 127 205 0.46 0.38 0 0.20 229.79 0.48 0.62
Hex 6F 7F CD 2E 26 0 14 E6 30 3E
Octal 157 177 315 56 46 0 24 346 60 76
Binary 1101111 1111111 11001101 101110 100110 0 10100 11100110 110000 111110

Color Harmonies of #6F7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7FCD

Black with #6F7FCD

Text Example


Text Example

White with #6F7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,127,205); }

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

background-color css

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

 a { background-color: rgb(111,127,205); }

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

border-color css

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

 span { border-color: rgb(111,127,205); }

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