Html Css Color HEX #6F7CCC Wild Blue Yonder

📋 copy color: '#6F7CCC'

red 111 ◦ green 124 ◦ blue 204

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

Shades of Wild Blue Yonder #6F7CCC

Tints of Wild Blue Yonder #6F7CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 25.28%
G = 28.25%
B = 46.47%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F7CCC (or 0x6F7CCC) is known color: Wild Blue Yonder. HEX triplet: 6F, 7C and CC. RGB value is (111,124,204). Sum of RGB (Red+Green+Blue) = 111+124+204=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F7CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CCC is #908333. Grayscale: #808080. Windows color (decimal): -9470772 or 13401199. OLE color: 13401199.

HSL color Cylindrical-coordinate representation of color #6F7CCC: hue angle of 231.61º 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 #6F7CCC is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 124 204 -
CMYK 0.46 0.39 0 0.2
HSL 231.61º 0.48% 0.62% -
HSV(B) 231.61º 0.46% 0.8% -
XYZ 24.66 22.15 60.1 -
YUV 129.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 111 124 204 0.46 0.39 0 0.2 231.61 0.48 0.62
Hex 6F 7C CC 2E 27 0 14 E8 30 3E
Octal 157 174 314 56 47 0 24 350 60 76
Binary 1101111 1111100 11001100 101110 100111 0 10100 11101000 110000 111110

Color Harmonies of #6F7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7CCC

Black with #6F7CCC

Text Example


Text Example

White with #6F7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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