Html Css Color HEX #6FACDD Jordy Blue

📋 copy color: '#6FACDD'

red 111 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #6FACDD

Tints of Jordy Blue #6FACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 22.02%
G = 34.13%
B = 43.85%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FACDD (or 0x6FACDD) is known color: Jordy Blue. HEX triplet: 6F, AC and DD. RGB value is (111,172,221). Sum of RGB (Red+Green+Blue) = 111+172+221=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACDD is #905322. Grayscale: #9F9F9F. Windows color (decimal): -9458467 or 14527599. OLE color: 14527599.

HSL color Cylindrical-coordinate representation of color #6FACDD: hue angle of 206.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FACDD is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 172 221 -
CMYK 0.50 0.22 0 0.13
HSL 206.73º 0.62% 0.65% -
HSV(B) 206.73º 0.5% 0.87% -
XYZ 34.36 38.11 73.95 -
YUV 159.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 111 172 221 0.50 0.22 0 0.13 206.73 0.62 0.65
Hex 6F AC DD 32 16 0 D CF 3E 41
Octal 157 254 335 62 26 0 15 317 76 101
Binary 1101111 10101100 11011101 110010 10110 0 1101 11001111 111110 1000001

Color Harmonies of #6FACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACDD

Black with #6FACDD

Text Example


Text Example

White with #6FACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,172,221); }

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

background-color css

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

 a { background-color: rgb(111,172,221); }

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

border-color css

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

 span { border-color: rgb(111,172,221); }

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