Html Css Color HEX #6C7DCF Wild Blue Yonder

📋 copy color: '#6C7DCF'

red 108 ◦ green 125 ◦ blue 207

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

Shades of Wild Blue Yonder #6C7DCF

Tints of Wild Blue Yonder #6C7DCF

RGB

 RED value IS 108 (42.58% from 255) = 24.55%

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 24.55%
G = 28.41%
B = 47.05%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C7DCF (or 0x6C7DCF) is known color: Wild Blue Yonder. HEX triplet: 6C, 7D and CF. RGB value is (108,125,207). Sum of RGB (Red+Green+Blue) = 108+125+207=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C7DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7DCF is #938230. Grayscale: #808080. Windows color (decimal): -9667121 or 13598060. OLE color: 13598060.

HSL color Cylindrical-coordinate representation of color #6C7DCF: hue angle of 229.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C7DCF is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 125 207 -
CMYK 0.48 0.40 0 0.19
HSL 229.7º 0.51% 0.62% -
HSV(B) 229.7º 0.48% 0.81% -
XYZ 24.78 22.36 62.04 -
YUV 129.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 108 125 207 0.48 0.40 0 0.19 229.7 0.51 0.62
Hex 6C 7D CF 30 28 0 13 E6 33 3E
Octal 154 175 317 60 50 0 23 346 63 76
Binary 1101100 1111101 11001111 110000 101000 0 10011 11100110 110011 111110

Color Harmonies of #6C7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7DCF

Black with #6C7DCF

Text Example


Text Example

White with #6C7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,125,207); }

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

background-color css

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

 a { background-color: rgb(108,125,207); }

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

border-color css

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

 span { border-color: rgb(108,125,207); }

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