Html Css Color HEX #6B85FD Cornflower Blue

📋 copy color: '#6B85FD'

red 107 ◦ green 133 ◦ blue 253

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

Shades of Cornflower Blue #6B85FD

Tints of Cornflower Blue #6B85FD

RGB

 RED value IS 107 (42.19% from 255) = 21.7%

 GREEN value IS 133 (52.34% from 255) = 26.98%

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 21.7%
G = 26.98%
B = 51.32%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B85FD (or 0x6B85FD) is known color: Cornflower Blue. HEX triplet: 6B, 85 and FD. RGB value is (107,133,253). Sum of RGB (Red+Green+Blue) = 107+133+253=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B85FD is #947A02. Grayscale: #8A8A8A. Windows color (decimal): -9730563 or 16614763. OLE color: 16614763.

HSL color Cylindrical-coordinate representation of color #6B85FD: hue angle of 229.32º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B85FD is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 133 253 -
CMYK 0.58 0.47 0 0.01
HSL 229.32º 0.97% 0.71% -
HSV(B) 229.32º 0.58% 0.99% -
XYZ 32.18 26.99 96.44 -
YUV 138.91 192.39 105.24 -
System Red Green Blue C M Y K H S L
Decimal 107 133 253 0.58 0.47 0 0.01 229.32 0.97 0.71
Hex 6B 85 FD 3A 2F 0 1 E5 61 47
Octal 153 205 375 72 57 0 1 345 141 107
Binary 1101011 10000101 11111101 111010 101111 0 1 11100101 1100001 1000111

Color Harmonies of #6B85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B85FD

Black with #6B85FD

Text Example


Text Example

White with #6B85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,253); }

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

background-color css

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

 a { background-color: rgb(107,133,253); }

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

border-color css

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

 span { border-color: rgb(107,133,253); }

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